Microsoft DirectX 8.1 (C++)

CSourceStream::Init

The Init method initializes the streaming thread.

Syntax

HRESULT Init(void);

Return Value

Returns S_OK, or another HRESULT value.

Remarks

This method must be the first thread request sent to the CSourceStream::ThreadProc method. The CSourceStream::Active method calls this method.

See Also